home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- comment()
- go(the frame)
- end
-
- on comment
- if rollOver(5) then
- cursor(280)
- else
- if rollOver(6) then
- cursor(280)
- else
- if rollOver(7) then
- cursor(280)
- else
- if rollOver(8) then
- cursor(280)
- else
- if rollOver(9) then
- cursor(280)
- else
- if rollOver(12) then
- cursor(280)
- else
- if rollOver(13) then
- cursor(280)
- else
- if rollOver(2) then
- set the cursor of sprite 2 to [420, 421]
- else
- if rollOver(3) then
- set the cursor of sprite 3 to [422, 423]
- else
- cursor(-1)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-